1 00:00:00,350 --> 00:00:01,220 Hey there! 2 00:00:01,220 --> 00:00:07,130 In this bonus project, we're going to learn how to create a randomly generated orb type game. 3 00:00:07,130 --> 00:00:07,940 Scripting. 4 00:00:07,940 --> 00:00:13,280 This kind of system allows us to randomly generate whatever models we'd like, where the models continually 5 00:00:13,280 --> 00:00:16,490 appear in front of the player and then disappear behind them as well. 6 00:00:16,490 --> 00:00:21,170 We'll also be scripting some traps that will appear in these models that the player will have to look 7 00:00:21,170 --> 00:00:21,860 out for. 8 00:00:21,860 --> 00:00:27,140 And since we're going to be using a random number generator based on a seed that is created by the server, 9 00:00:27,140 --> 00:00:31,490 every single player that is in the same server will generate the same models. 10 00:00:31,490 --> 00:00:35,930 So if you're ready to hop into this neat project, I will see you in the next lecture.